home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-28 | 423 b | 20 lines | [TEXT/ToyS] |
- -- demonstration of new Anarchie 2.0 feature
-
- -- note lack of password in whereto URL, Anarchie 2.0 will
- -- now prompt you for a password if it sees a username
- -- inside the ftp URL
-
- property whereto : "ftp://user:@host/path/"
-
- on open doc
- if doc's class is not list then
- set doc to {doc}
- end if
- repeat with i in doc
- tell application "Anarchie Pro"
- activate
- store i url whereto
- end tell
- end repeat
- end open
-